home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the timeoutLength to 120 * 60
- cursor(-1)
- set the cursor of sprite 2 to 2
- set the cursor of sprite 3 to 2
- set the cursor of sprite 4 to 2
- set the cursor of sprite 7 to 2
- set the cursor of sprite 5 to 2
- set the cursor of sprite 6 to 2
- end
-
- on continueWithoutClick
- play movie "Demo.dir"
- end
-
- on mouseUp
- set the castNum of sprite 2 to 2
- set the castNum of sprite 3 to 5
- set the castNum of sprite 4 to 8
- set the castNum of sprite 5 to 11
- set the castNum of sprite 7 to 14
- set the castNum of sprite 6 to 17
- end
-